\(\int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx\) [1147]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [F(-2)]
   Mupad [F(-1)]

Optimal result

Integrand size = 32, antiderivative size = 173 \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=-\frac {i (c-i d)^{3/2} \text {arctanh}\left (\frac {\sqrt {2} \sqrt {a} \sqrt {c+d \tan (e+f x)}}{\sqrt {c-i d} \sqrt {a+i a \tan (e+f x)}}\right )}{2 \sqrt {2} a^{3/2} f}+\frac {(i c+d) \sqrt {c+d \tan (e+f x)}}{2 a f \sqrt {a+i a \tan (e+f x)}}+\frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}} \]

[Out]

-1/4*I*(c-I*d)^(3/2)*arctanh(2^(1/2)*a^(1/2)*(c+d*tan(f*x+e))^(1/2)/(c-I*d)^(1/2)/(a+I*a*tan(f*x+e))^(1/2))/a^
(3/2)/f*2^(1/2)+1/2*(I*c+d)*(c+d*tan(f*x+e))^(1/2)/a/f/(a+I*a*tan(f*x+e))^(1/2)+1/3*I*(c+d*tan(f*x+e))^(3/2)/f
/(a+I*a*tan(f*x+e))^(3/2)

Rubi [A] (verified)

Time = 0.40 (sec) , antiderivative size = 173, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.094, Rules used = {3627, 3625, 214} \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=-\frac {i (c-i d)^{3/2} \text {arctanh}\left (\frac {\sqrt {2} \sqrt {a} \sqrt {c+d \tan (e+f x)}}{\sqrt {c-i d} \sqrt {a+i a \tan (e+f x)}}\right )}{2 \sqrt {2} a^{3/2} f}+\frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}}+\frac {(d+i c) \sqrt {c+d \tan (e+f x)}}{2 a f \sqrt {a+i a \tan (e+f x)}} \]

[In]

Int[(c + d*Tan[e + f*x])^(3/2)/(a + I*a*Tan[e + f*x])^(3/2),x]

[Out]

((-1/2*I)*(c - I*d)^(3/2)*ArcTanh[(Sqrt[2]*Sqrt[a]*Sqrt[c + d*Tan[e + f*x]])/(Sqrt[c - I*d]*Sqrt[a + I*a*Tan[e
 + f*x]])])/(Sqrt[2]*a^(3/2)*f) + ((I*c + d)*Sqrt[c + d*Tan[e + f*x]])/(2*a*f*Sqrt[a + I*a*Tan[e + f*x]]) + ((
I/3)*(c + d*Tan[e + f*x])^(3/2))/(f*(a + I*a*Tan[e + f*x])^(3/2))

Rule 214

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-a/b, 2]/a)*ArcTanh[x/Rt[-a/b, 2]], x] /; FreeQ[{a, b},
x] && NegQ[a/b]

Rule 3625

Int[Sqrt[(a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]]/Sqrt[(c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[
-2*a*(b/f), Subst[Int[1/(a*c - b*d - 2*a^2*x^2), x], x, Sqrt[c + d*Tan[e + f*x]]/Sqrt[a + b*Tan[e + f*x]]], x]
 /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]

Rule 3627

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Sim
p[a*(a + b*Tan[e + f*x])^m*((c + d*Tan[e + f*x])^n/(2*b*f*m)), x] - Dist[(a*c - b*d)/(2*b^2), Int[(a + b*Tan[e
 + f*x])^(m + 1)*(c + d*Tan[e + f*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] &&
EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0] && EqQ[m + n, 0] && LeQ[m, -2^(-1)]

Rubi steps \begin{align*} \text {integral}& = \frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}}+\frac {(c-i d) \int \frac {\sqrt {c+d \tan (e+f x)}}{\sqrt {a+i a \tan (e+f x)}} \, dx}{2 a} \\ & = \frac {(i c+d) \sqrt {c+d \tan (e+f x)}}{2 a f \sqrt {a+i a \tan (e+f x)}}+\frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}}+\frac {(c-i d)^2 \int \frac {\sqrt {a+i a \tan (e+f x)}}{\sqrt {c+d \tan (e+f x)}} \, dx}{4 a^2} \\ & = \frac {(i c+d) \sqrt {c+d \tan (e+f x)}}{2 a f \sqrt {a+i a \tan (e+f x)}}+\frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}}-\frac {\left (i (c-i d)^2\right ) \text {Subst}\left (\int \frac {1}{a c-i a d-2 a^2 x^2} \, dx,x,\frac {\sqrt {c+d \tan (e+f x)}}{\sqrt {a+i a \tan (e+f x)}}\right )}{2 f} \\ & = -\frac {i (c-i d)^{3/2} \text {arctanh}\left (\frac {\sqrt {2} \sqrt {a} \sqrt {c+d \tan (e+f x)}}{\sqrt {c-i d} \sqrt {a+i a \tan (e+f x)}}\right )}{2 \sqrt {2} a^{3/2} f}+\frac {(i c+d) \sqrt {c+d \tan (e+f x)}}{2 a f \sqrt {a+i a \tan (e+f x)}}+\frac {i (c+d \tan (e+f x))^{3/2}}{3 f (a+i a \tan (e+f x))^{3/2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 3.65 (sec) , antiderivative size = 235, normalized size of antiderivative = 1.36 \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=-\frac {i \left (4 a d (-i+\tan (e+f x)) (c+d \tan (e+f x))^{3/2}-4 a (c+d \tan (e+f x))^{5/2}-3 i \sqrt {-a (c-i d)} (c+i d) (-i+\tan (e+f x)) \left (\sqrt {2} (c-i d) \arctan \left (\frac {\sqrt {-a (c-i d)} \sqrt {a+i a \tan (e+f x)}}{\sqrt {2} a \sqrt {c+d \tan (e+f x)}}\right ) \sqrt {a+i a \tan (e+f x)}-2 \sqrt {-a (c-i d)} \sqrt {c+d \tan (e+f x)}\right )\right )}{12 a (c+i d) f (a+i a \tan (e+f x))^{3/2}} \]

[In]

Integrate[(c + d*Tan[e + f*x])^(3/2)/(a + I*a*Tan[e + f*x])^(3/2),x]

[Out]

((-1/12*I)*(4*a*d*(-I + Tan[e + f*x])*(c + d*Tan[e + f*x])^(3/2) - 4*a*(c + d*Tan[e + f*x])^(5/2) - (3*I)*Sqrt
[-(a*(c - I*d))]*(c + I*d)*(-I + Tan[e + f*x])*(Sqrt[2]*(c - I*d)*ArcTan[(Sqrt[-(a*(c - I*d))]*Sqrt[a + I*a*Ta
n[e + f*x]])/(Sqrt[2]*a*Sqrt[c + d*Tan[e + f*x]])]*Sqrt[a + I*a*Tan[e + f*x]] - 2*Sqrt[-(a*(c - I*d))]*Sqrt[c
+ d*Tan[e + f*x]])))/(a*(c + I*d)*f*(a + I*a*Tan[e + f*x])^(3/2))

Maple [B] (verified)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 1274 vs. \(2 (135 ) = 270\).

Time = 1.14 (sec) , antiderivative size = 1275, normalized size of antiderivative = 7.37

method result size
derivativedivides \(\text {Expression too large to display}\) \(1275\)
default \(\text {Expression too large to display}\) \(1275\)

[In]

int((c+d*tan(f*x+e))^(3/2)/(a+I*a*tan(f*x+e))^(3/2),x,method=_RETURNVERBOSE)

[Out]

1/24/f*(c+d*tan(f*x+e))^(1/2)*(a*(1+I*tan(f*x+e)))^(1/2)/a^2*(9*I*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*tan(f
*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-a*(I
*d-c))^(1/2)*d^2*tan(f*x+e)^2+12*I*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)*d^2-3*ln((3*a*c+I*a*tan(f*x+e)*
c-I*a*d+3*a*d*tan(f*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)
+I))*2^(1/2)*(-a*(I*d-c))^(1/2)*c^2*tan(f*x+e)^3-3*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*tan(f*x+e)+2*2^(1/2)
*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-a*(I*d-c))^(1/2)*d^
2*tan(f*x+e)^3-8*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)*c*d*tan(f*x+e)^2-32*c^2*(a*(1+I*tan(f*x+e))*(c+d*
tan(f*x+e)))^(1/2)*tan(f*x+e)+9*I*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*tan(f*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/
2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-a*(I*d-c))^(1/2)*c^2*tan(f*x+e)^2-20
*I*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)*d^2*tan(f*x+e)^2-3*I*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*tan
(f*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-a*
(I*d-c))^(1/2)*d^2+20*I*c^2*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)+9*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a
*d*tan(f*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2
)*(-a*(I*d-c))^(1/2)*c^2*tan(f*x+e)+9*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*tan(f*x+e)+2*2^(1/2)*(-a*(I*d-c))
^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-a*(I*d-c))^(1/2)*d^2*tan(f*x+e)-
12*I*c^2*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)*tan(f*x+e)^2-3*I*ln((3*a*c+I*a*tan(f*x+e)*c-I*a*d+3*a*d*t
an(f*x+e)+2*2^(1/2)*(-a*(I*d-c))^(1/2)*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2))/(tan(f*x+e)+I))*2^(1/2)*(-
a*(I*d-c))^(1/2)*c^2-32*(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)*d^2*tan(f*x+e)-8*(a*(1+I*tan(f*x+e))*(c+d*
tan(f*x+e)))^(1/2)*c*d)/(a*(1+I*tan(f*x+e))*(c+d*tan(f*x+e)))^(1/2)/(I*c-d)/(-tan(f*x+e)+I)^3

Fricas [B] (verification not implemented)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 488 vs. \(2 (129) = 258\).

Time = 0.26 (sec) , antiderivative size = 488, normalized size of antiderivative = 2.82 \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=-\frac {{\left (3 \, \sqrt {\frac {1}{2}} a^{2} f \sqrt {-\frac {c^{3} - 3 i \, c^{2} d - 3 \, c d^{2} + i \, d^{3}}{a^{3} f^{2}}} e^{\left (3 i \, f x + 3 i \, e\right )} \log \left (\frac {2 \, \sqrt {\frac {1}{2}} a^{2} f \sqrt {-\frac {c^{3} - 3 i \, c^{2} d - 3 \, c d^{2} + i \, d^{3}}{a^{3} f^{2}}} e^{\left (i \, f x + i \, e\right )} + \sqrt {2} {\left ({\left (i \, c + d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + i \, c + d\right )} \sqrt {\frac {{\left (c - i \, d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + c + i \, d}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}} \sqrt {\frac {a}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}}}{i \, c + d}\right ) - 3 \, \sqrt {\frac {1}{2}} a^{2} f \sqrt {-\frac {c^{3} - 3 i \, c^{2} d - 3 \, c d^{2} + i \, d^{3}}{a^{3} f^{2}}} e^{\left (3 i \, f x + 3 i \, e\right )} \log \left (-\frac {2 \, \sqrt {\frac {1}{2}} a^{2} f \sqrt {-\frac {c^{3} - 3 i \, c^{2} d - 3 \, c d^{2} + i \, d^{3}}{a^{3} f^{2}}} e^{\left (i \, f x + i \, e\right )} - \sqrt {2} {\left ({\left (i \, c + d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + i \, c + d\right )} \sqrt {\frac {{\left (c - i \, d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + c + i \, d}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}} \sqrt {\frac {a}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}}}{i \, c + d}\right ) + \sqrt {2} {\left (4 \, {\left (-i \, c - d\right )} e^{\left (4 i \, f x + 4 i \, e\right )} - {\left (5 i \, c + 3 \, d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} - i \, c + d\right )} \sqrt {\frac {{\left (c - i \, d\right )} e^{\left (2 i \, f x + 2 i \, e\right )} + c + i \, d}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}} \sqrt {\frac {a}{e^{\left (2 i \, f x + 2 i \, e\right )} + 1}}\right )} e^{\left (-3 i \, f x - 3 i \, e\right )}}{12 \, a^{2} f} \]

[In]

integrate((c+d*tan(f*x+e))^(3/2)/(a+I*a*tan(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

-1/12*(3*sqrt(1/2)*a^2*f*sqrt(-(c^3 - 3*I*c^2*d - 3*c*d^2 + I*d^3)/(a^3*f^2))*e^(3*I*f*x + 3*I*e)*log((2*sqrt(
1/2)*a^2*f*sqrt(-(c^3 - 3*I*c^2*d - 3*c*d^2 + I*d^3)/(a^3*f^2))*e^(I*f*x + I*e) + sqrt(2)*((I*c + d)*e^(2*I*f*
x + 2*I*e) + I*c + d)*sqrt(((c - I*d)*e^(2*I*f*x + 2*I*e) + c + I*d)/(e^(2*I*f*x + 2*I*e) + 1))*sqrt(a/(e^(2*I
*f*x + 2*I*e) + 1)))/(I*c + d)) - 3*sqrt(1/2)*a^2*f*sqrt(-(c^3 - 3*I*c^2*d - 3*c*d^2 + I*d^3)/(a^3*f^2))*e^(3*
I*f*x + 3*I*e)*log(-(2*sqrt(1/2)*a^2*f*sqrt(-(c^3 - 3*I*c^2*d - 3*c*d^2 + I*d^3)/(a^3*f^2))*e^(I*f*x + I*e) -
sqrt(2)*((I*c + d)*e^(2*I*f*x + 2*I*e) + I*c + d)*sqrt(((c - I*d)*e^(2*I*f*x + 2*I*e) + c + I*d)/(e^(2*I*f*x +
 2*I*e) + 1))*sqrt(a/(e^(2*I*f*x + 2*I*e) + 1)))/(I*c + d)) + sqrt(2)*(4*(-I*c - d)*e^(4*I*f*x + 4*I*e) - (5*I
*c + 3*d)*e^(2*I*f*x + 2*I*e) - I*c + d)*sqrt(((c - I*d)*e^(2*I*f*x + 2*I*e) + c + I*d)/(e^(2*I*f*x + 2*I*e) +
 1))*sqrt(a/(e^(2*I*f*x + 2*I*e) + 1)))*e^(-3*I*f*x - 3*I*e)/(a^2*f)

Sympy [F]

\[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=\int \frac {\left (c + d \tan {\left (e + f x \right )}\right )^{\frac {3}{2}}}{\left (i a \left (\tan {\left (e + f x \right )} - i\right )\right )^{\frac {3}{2}}}\, dx \]

[In]

integrate((c+d*tan(f*x+e))**(3/2)/(a+I*a*tan(f*x+e))**(3/2),x)

[Out]

Integral((c + d*tan(e + f*x))**(3/2)/(I*a*(tan(e + f*x) - I))**(3/2), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((c+d*tan(f*x+e))^(3/2)/(a+I*a*tan(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

Giac [F(-2)]

Exception generated. \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((c+d*tan(f*x+e))^(3/2)/(a+I*a*tan(f*x+e))^(3/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> an error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Non regular value [0,0] was discarded and replaced randomly by 0=[37,69]Warning, replacing 37 by 48, a subs
titution va

Mupad [F(-1)]

Timed out. \[ \int \frac {(c+d \tan (e+f x))^{3/2}}{(a+i a \tan (e+f x))^{3/2}} \, dx=\int \frac {{\left (c+d\,\mathrm {tan}\left (e+f\,x\right )\right )}^{3/2}}{{\left (a+a\,\mathrm {tan}\left (e+f\,x\right )\,1{}\mathrm {i}\right )}^{3/2}} \,d x \]

[In]

int((c + d*tan(e + f*x))^(3/2)/(a + a*tan(e + f*x)*1i)^(3/2),x)

[Out]

int((c + d*tan(e + f*x))^(3/2)/(a + a*tan(e + f*x)*1i)^(3/2), x)